home *** CD-ROM | disk | FTP | other *** search
- Path: serra.unipi.it!news
- From: Giuseppe BEVILACQUA <giuseppe>
- Newsgroups: comp.lang.c
- Subject: Re: How to read IBM parallel port?
- Date: 20 Jan 1996 09:28:27 GMT
- Organization: Universita' di Pisa
- Message-ID: <4dqcjr$2hoo@serra.unipi.it>
- References: <dmanzer-1501961634230001@pm030.vcr.wis.net>
- NNTP-Posting-Host: r6000sm2.difi.unipi.it
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; AIX 2)
- X-URL: news:dmanzer-1501961634230001@pm030.vcr.wis.net
-
- If you know the symbolic address of the port you want read, just use the
- function:
-
- inport( N );
-
- where N is the address in hexadecimal notation.
- I haven't here my manual and I don't remember the exact syntax of this
- function,
- so the best you can do is search it in your manual.
- I'll send a new message when I'll see the exact syntax.
-
- Matteo Dell'Omodarme
- http://fisica.difi.unipi.it/~df143193/
-
-